projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d90e782
)
(x-handle-display): Add doc string.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 9 Jul 2006 02:02:57 +0000
(
02:02
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 9 Jul 2006 02:02:57 +0000
(
02:02
+0000)
lisp/term/x-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/x-win.el
b/lisp/term/x-win.el
index c4331b3c7780ba37a8cbe73e480c520a8b8a11fc..af45c7c4270777b94717ae9ab96792a4ed8df814 100644
(file)
--- a/
lisp/term/x-win.el
+++ b/
lisp/term/x-win.el
@@
-188,6
+188,7
@@
For the X display name of individual frames, see the `display'
frame parameter.")
(defun x-handle-display (switch)
+ "Handle -display DISPLAY option."
(setq x-display-name (car x-invocation-args)
x-invocation-args (cdr x-invocation-args))
;; Make subshell programs see the same DISPLAY value Emacs really uses.